Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > RasterCodecs Class > FeedGetInformation Method : FeedGetInformation(Byte[],Int32,Int32) Method |
'Declaration
Public Overloads Function FeedGetInformation( _ ByVal data() As Byte, _ ByVal offset As Integer, _ ByVal length As Integer _ ) As Boolean
'Usage
Dim instance As RasterCodecs Dim data() As Byte Dim offset As Integer Dim length As Integer Dim value As Boolean value = instance.FeedGetInformation(data, offset, length)
public boolean feedGetInformation(byte data[], int offset, int length)
Use this method with the StartFeedGetInformation and StopFeedGetInformation methods.
For a description of how the methods relate to each other, refer to StartFeedGetInformation.